projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1121afb
)
(bs-message-without-log): Fix typo.
author
Juanma Barranquero
<lekktu@gmail.com>
Fri, 30 Aug 2002 11:00:27 +0000
(11:00 +0000)
committer
Juanma Barranquero
<lekktu@gmail.com>
Fri, 30 Aug 2002 11:00:27 +0000
(11:00 +0000)
lisp/bs.el
patch
|
blob
|
history
diff --git
a/lisp/bs.el
b/lisp/bs.el
index 357852d99ee0490604073fc3086305c709273277..ab46f205fbaa2d117ef3ea9a0912feb6f60b6518 100644
(file)
--- a/
lisp/bs.el
+++ b/
lisp/bs.el
@@
-1213,7
+1213,7
@@
buffer list used for buffer cycling."
(defun bs-message-without-log (&rest args)
"Like `message' but don't log it on the message log.
-All arguments ARGS are transfered to function `message'."
+All arguments ARGS are transfer
r
ed to function `message'."
(let ((message-log-max nil))
(apply 'message args)))